PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotationBorder Class / setWidth Method
The width of the square outline drawn in the annotation.
In This Topic
    setWidth Method
    In This Topic
    Sets the border width.
    Syntax
    public void setWidth( 
       double width
    )

    Parameters

    width
    The width of the square outline drawn in the annotation.
    Exceptions
    ExceptionDescription
    When width is set to a negative value.
    See Also